home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000206_news@columbia.edu _Thu Jan 11 13:13:03 2001.msg < prev    next >
Internet Message Format  |  2001-03-05  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA19457
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 11 Jan 2001 13:13:02 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA25494
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 11 Jan 2001 13:13:02 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA05580
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 11 Jan 2001 13:01:17 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. Message-ID: <3A5DF487.D5E07811@cyberbills.com>
  13. From: Victor Zele <victor@cyberbills.com>
  14. Organization: CyberBills, Inc.
  15. Subject: Re: scripting problem
  16. Date: Thu, 11 Jan 2001 17:59:36 GMT
  17. To: kermit.misc@columbia.edu
  18.  
  19. Frank da Cruz wrote:
  20.  
  21. > In article <3A5D2372.9988129C@cyberbills.com>,
  22. > Victor Zele  <victor@cyberbills.com> wrote:
  23. > : I'm having a weird problem with a script where I can run all
  24. > : the commands interactively fine, but when I run them in my script
  25. > : it fails at the SEND (resend) command with the error,
  26. > : ...
  27. > : # ./kermit.sh
  28. > : TRACE ON
  29. > : ...
  30. > :  Trying: 555-1212...
  31. > :  Device: /dev/ttyS1, modem: usrobotics, speed: 57600
  32. > :  Call complete: "CONNECT 44000/ARQ/V90/LAPM/V42BIS".
  33. > : ...
  34. > :   ** LOGON SUCCESSFUL **
  35. > : ...
  36. > : The current File Transfer Protocol is ZMODEM>>> %0: "_xif"
  37. > :
  38. > Could this be it?  I don't see anywhere below that you change the protocol
  39. > to Kermit.
  40. >
  41. > - Frank
  42.  
  43. I do a set protocol zmodem at the beginning because that's the
  44. protocol supported by the remote server.
  45.  
  46. Victor
  47.  
  48.